home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 32 / alphsoup.zip / ALPHSOUP.DOC < prev    next >
Text File  |  1990-10-14  |  4KB  |  93 lines

  1. Alphabet Soup Version 1.0
  2. Copyright 1990, Larry Neack
  3. All rights reserved
  4.  
  5. This program takes from one to five scrambled words as input
  6. and compares them to a standard dictionary of words.  It
  7. prints out to the screen which valid words in the dictionary
  8. represent possible solution for the scrambled words.
  9.  
  10. If the computer can run MSDOS, it ought to be able to run
  11. this program.  It uses text mode only and ought to be able to
  12. run on a 128K PC if any exist out there!  I'd advise using
  13. MSDOS 2.0 or later or the equivalent.
  14.  
  15. This was inspired by the Jumble word game in the Cincinnati
  16. Enquirer and represents an excellent way to cheat at it, if
  17. you wish.  Also, this program could be given possible letter
  18. combinations for Scrabble-type word games and will output
  19. possible valid words.  Finally, it will solve most of the
  20. stupid scrambled word games that places like McDonald's or
  21. Bob Evan's give to kids on those paper place mats.  (I do not
  22. expect this program to create a new market for home PCs!)
  23.  
  24. The dictionary files, for sake of brevity and speed of
  25. access, do not have the '-ed' versions of verbs unless they
  26. are also used as adjectives (like 'winged').  Also, the '-s'
  27. or '-es' plurals of most words have been omitted.  This does
  28. not have any consequences in solving the Jumble game in the
  29. paper, since it doesn't use those versions of the words in
  30. its solutions.  In other applications, try entering the
  31. scrambled word minus one 's' or 'es' if present to see
  32. whether a standard plural is the desired answer.  Example, if
  33. the scrambled word is 'gges', then inputing 'gge' (the word
  34. minus the 's') will yield 'egg' as an answer.  (In this
  35. example, the 'eggs' was scrambled -- it's a joke, son! :-) ).
  36.  
  37. Speaking of Jumble -- this program will not give the final
  38. answer, since it often includes a pun which I can't program a
  39. computer to understand!  It can help with the three to four
  40. clue words, though.
  41.  
  42. The dictionary files themselves are simple ASCII text files.
  43. If you run across a word that is not in the dictionary files,
  44. it is simple to add the word yourself.  Just count the
  45. letters in the word and add it to the appropriate file with
  46. any word processor or editor.  You don't even have to
  47. alphabetize the file.  Make sure that you write the file back
  48. to ASCII.
  49.  
  50. MSDOS, Scrabble, Jumble and Cincinnati Enquirer are
  51. trademarks of their respective publishers.  McDonald's and
  52. Bob Evan's are restaurants which my family has been known to
  53. haunt.
  54.  
  55. This is being uploaded as shareware.  What does that mean?
  56. The vast majority of people out there won't find a need for
  57. this program.  Fine and good -- pass it on to a BBS but you
  58. must include all the following files in their ORIGINAL and
  59. UNMOLESTED form:
  60.  
  61.      File Name       Length  Description
  62.  
  63.      SMALLWS           3487  Words, < 4 letters long
  64.      4WORDS           12575  Words, 4 letters long
  65.      5WORDS           22304  Words, 5 letters long
  66.      6WRDS            38458  Words, 6 letters long
  67.      7WRDS            51533  Words, 7 letters long
  68.      8WRDS            58749  Words, 8 letters long
  69.      9WRDS            59358  Words, 9 letters long
  70.      10WRDS           53078  Words, 10 letters long
  71.      BIGWORDS        103392  Words, > 10 letters long
  72.      ALPHSOUP DOC      4052  This file
  73.      ALPHSOUP EXE     47785  The program itself
  74.  
  75. If you try this out and find that you have a use for it
  76. (school, classroom, personal, cheating at word games), send
  77. me five dollars at the address below:
  78.  
  79.      Larry Neack
  80.      10204 Amberwood Court
  81.      Cincinnati, Ohio 45241
  82.  
  83. I will not assume any liability for losses, injury or any
  84. other mishap arising from the use or abuse of this program.
  85. Even if you do pay for it!  No warrantees are extended
  86. concerning the applicability of this program for any use.
  87. (The LEGAL stuff!)
  88.  
  89. This was FUN to write -- I'm looking for another word game
  90. for which to write another cheat program!
  91.  
  92. Larry Neack
  93. (if PCs aren't meant for fun, why are you sitting there?)